FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package colonoscopyreport.no#0.7.23 (78 ms)

Package colonoscopyreport.no
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=colonoscopyreport.no@0.7.23&canonical=http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bundle
Url http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bundle
Status draft
Date 2021-11-16T15:14:32.4606586+00:00
Name Bundle
Title Colonoscopy Report Bundle
Experimental False
Type Bundle
Kind resource

Resources that use this resource

StructureDefinition
http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-bundle-gastronet Gastronet Bundle
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bundle-krg KRG Bundle

Resources that this resource uses

StructureDefinition
http://hl7.no/fhir/StructureDefinition/no-basis-Patient no-basis-Patient
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale Colonoscopy Report Boston Bowel Preparation Scale
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy Colonoscopy Report Colonoscopy
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist Colonoscopy Report Problem List
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport Colonoscopy Report Diagnostic Report
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-lumen Colonoscopy Report Lumen
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationlist Colonoscopy Report Medication List
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement Colonoscopy Report MedicationStatement
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions Colonoscopy Report Number Of Lesions
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-subprocedure Colonoscopy Report Sub Procedure


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "aa2678ac-6b27-406f-9f97-b0bd929b3e1d",
  "meta" : {
    "versionId" : "19",
    "lastUpdated" : "2021-11-16T15:14:32.96+00:00"
  },
  "url" : "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bundle",
  "name" : "Bundle",
  "title" : "Colonoscopy Report Bundle",
  "status" : "draft",
  "date" : "2021-11-16T15:14:32.4606586+00:00",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle.identifier.system",
        "path" : "Bundle.identifier.system",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://kreftregisteret.no/fhir/NamingSystem/colonoscopy-report-id"
        }
      },
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "short" : "bundle type",
        "fixedCode" : "collection"
      },
      {
        "id" : "Bundle.timestamp",
        "path" : "Bundle.timestamp",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "resource"
            }
          ],
          "rules" : "open"
        },
        "min" : 3
      },
      {
        "id" : "Bundle.entry:Colonoscopy",
        "path" : "Bundle.entry",
        "sliceName" : "Colonoscopy",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:Colonoscopy.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:SubProcedure",
        "path" : "Bundle.entry",
        "sliceName" : "SubProcedure"
      },
      {
        "id" : "Bundle.entry:SubProcedure.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-subprocedure"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:MedicationStatement",
        "path" : "Bundle.entry",
        "sliceName" : "MedicationStatement"
      },
      {
        "id" : "Bundle.entry:MedicationStatement.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:ProblemList",
        "path" : "Bundle.entry",
        "sliceName" : "ProblemList",
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:ProblemList.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:MedicationList",
        "path" : "Bundle.entry",
        "sliceName" : "MedicationList",
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:MedicationList.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationlist"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:DiagnosticReport",
        "path" : "Bundle.entry",
        "sliceName" : "DiagnosticReport",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:DiagnosticReport.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:NumberOfLesions",
        "path" : "Bundle.entry",
        "sliceName" : "NumberOfLesions",
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:NumberOfLesions.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:BostonBowelPreparationScale",
        "path" : "Bundle.entry",
        "sliceName" : "BostonBowelPreparationScale",
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:BostonBowelPreparationScale.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Lumen",
        "path" : "Bundle.entry",
        "sliceName" : "Lumen",
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:Lumen.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-lumen"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Patient",
        "path" : "Bundle.entry",
        "sliceName" : "Patient",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:Patient.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Patient"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.